.clear{
    clear:both;
}
.footer{
    margin-top: 25px;
    background-color: #272727;
    padding-top: 20px;
    text-align: center;
    width: 100%;

}
.footMain{
    margin: auto;
    width: 1200px;
    position: relative;
    height: 160px;
}
.footMain .footLeft{
    width: 1000px;
}
.footer .footList li{
    float: left;
    width: 95px;
    text-align: center;
    color: #fff;
    border-right:1px solid #fff;
}
.footer .footList li:nth-child(1){
    text-align: left;
    width: 75px;
}
.footer .footList li a{
    color: #eee;
    font-size: 16px;
}
.footer .footerAddress{
    margin-top: 30px;
    color: #fff;
    text-align: left;
}
.footer .footerP{
    margin-top: 10px;
    color: #fff;
    text-align: left;
}
.footer .footRight{
    float: right;
    width: 112px;
    position: absolute;
    right: 0px;
    top:0px;
    text-align: right;
}
.footer .footRight p{
    text-align: center;
    color: #fff;
    width: 112px;
    margin-top: 5px;
}
